projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45cdacb
)
* doc/lispref/sequences.texi (Sequence Functions): Fix typo
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 28 Oct 2015 17:06:27 +0000
(17:06 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 28 Oct 2015 17:06:27 +0000
(17:06 +0000)
doc/lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/sequences.texi
b/doc/lispref/sequences.texi
index 730dac10452098dc859698f201a948ac0151e416..84a7c325424967ab0b20167db835225708ad78dd 100644
(file)
--- a/
doc/lispref/sequences.texi
+++ b/
doc/lispref/sequences.texi
@@
-575,7
+575,7
@@
element of @var{sequence}. The returned value is a list.
@defun seq-mapn function &rest sequences
This function returns the result of applying @var{function} to each
element of @var{sequences}. The arity of @var{function} must match
-the number of sequences. Mapping stops at the sh
ro
test sequence, and
+the number of sequences. Mapping stops at the sh
or
test sequence, and
the returned value is a list.
@example